與 AWS 實例建立安全連線

完成 IBM Spectrum Virtualize for Public Cloud 安裝之後,您可以與執行配置的 VPC 實例建立安全連線。

如果要配置安全連線,則需要下列資訊:
  • 叢集的管理 IP 位址
  • 配置中所有節點的服務 IP 位址
  • 跳接器伺服器或防禦主機
如果要與 VPC 實例建立安全連線,請完成下列步驟:
  1. 在本端系統上,輸入下列內容以建立 ssh.cfg 檔案:
    Host <management_ip> <node1_service_ip> <node2_service_ip>
        PubkeyAuthentication yes
        User superuser
        IdentityFile <path to_the_private_key_pem_file_for_Stack>
        ProxyCommand ssh -F <path_to_ssh.cfg> Jumper -W %h:%p
    Host Jumper
        Hostname <jumper_server_public_ip>
        User centos
        IdentityFile <path_to_the_private_key_pem_file_for_jumper_server>
  2. 在本端系統上執行 ssh 指令以連接 IBM Spectrum Virtualize for Public Cloud 安裝的叢集或節點:
    ssh -F ssh.cfg <management_ip/node_ip>